Skip to content

Commit

Permalink
Break it to prove this works
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 1, 2024
1 parent 0c3a9d6 commit 2c2f3ab
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 225 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/CMake-MSVC-noyasm.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/CMake-MSVC.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/MSYS2.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/Ubuntu.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/cron-git.yml.example

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/cron-pr.yml.example

This file was deleted.

2 changes: 1 addition & 1 deletion ports/cmake/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ check_cpu_arch_x64(ARCH_IS_X64)
check_cpu_arch_arm32(ARCH_IS_ARM32)
check_cpu_arch_arm64(ARCH_IS_ARM64)

if(WIN32 OR (ARCH_IS_ARM64 AND APPLE))
if(WIN32)# OR (ARCH_IS_ARM64 AND APPLE))
set(HAVE_FPU 1)
else()
cmake_host_system_information(RESULT HAVE_FPU QUERY HAS_FPU)
Expand Down

0 comments on commit 2c2f3ab

Please sign in to comment.