Differences From Artifact [cceb11309c]:
- File src/runtime/private.h — part of check-in [6099526435] at 2024-07-27 16:16:42 on branch trunk — LoongArch 64/ELF assembly lookup implementation (user: js, size: 10383) [annotate] [blame] [check-ins using]
To Artifact [a04a7cf235]:
- File src/runtime/private.h — part of check-in [995af4a904] at 2024-08-30 18:58:26 on branch trunk — Add ARM64/Win64 assembly lookup implementation (user: js, size: 10404) [annotate] [blame] [check-ins using]
︙ | |||
318 319 320 321 322 323 324 | 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 | - + | # define OF_ASM_LOOKUP # endif #elif defined(OF_MACH_O) # if defined(OF_AMD64) # define OF_ASM_LOOKUP # endif #elif defined(OF_WINDOWS) |
︙ |