Synopsis - Cross-Reference

File: /src/Synopsis/gc/atomic_ops_sysdeps.S
1/*
2 * Include the appropriate system-dependent assembly file, if any.
3 * This is used only if the platform supports neither inline assembly
4 * code, nor appropriate compiler intrinsics.
5 */
6
7#if !defined(__GNUC__) && (defined(sparc) || defined(__sparc))
8#  include "atomic_ops/sysdeps/sunc/sparc.S"
9#endif