Skip to content

vectorizing the vec.h math header with std::simd, nice :) #210

vectorizing the vec.h math header with std::simd, nice :)

vectorizing the vec.h math header with std::simd, nice :) #210

Workflow file for this run

name: MSVC
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
buildMSVC:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: setup
run: install\setup.bat
- name: make
run: cmake --build build --parallel