1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00

Update links and names in the documentation (#16153)

This commit is contained in:
Miguel P.L
2025-06-22 20:04:42 +00:00
committed by GitHub
parent 81d62d01d1
commit 49f48e0a7c
13 changed files with 35 additions and 35 deletions

View File

@@ -953,7 +953,7 @@ else()
set(MATH_FLAGS "-fno-math-errno -fno-trapping-math -fno-signed-zeros")
# Enable SSE for floating point math on 32-bit x86 by default
# reasoning see minetest issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath
# reasoning see luanti issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
check_c_source_compiles("#ifndef __i686__\n#error\n#endif\nint main(){}" IS_I686)
if(IS_I686)