Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get#3766

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get #3766

Workflow file for this run

name:macOS build
on:[push, pull_request]
concurrency:
group:${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
cancel-in-progress:true
jobs:
build:
strategy:
matrix:
os:
-14
-15
-15-intel
runs-on:macos-${{ matrix.os }}
name:'macos-${{ matrix.os }}'
steps:
-uses:actions/checkout@v3
-name:Setup
run:|
mkdir _build
cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
-name:Build
run:cmake --build _build --verbose
-name:Testing sequential
run:cmake --build _build --target xbenchmark --verbose
-name:Testing xsimd
run:${{github.workspace}}/_build/test/test_xsimd

[8]ページ先頭

©2009-2025 Movatter.jp