MacSpecific.h 622 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. // Description : Mac declarations
  9. #ifndef CRYINCLUDE_CRYCOMMON_MACSPECIFIC_H
  10. #define CRYINCLUDE_CRYCOMMON_MACSPECIFIC_H
  11. #pragma once
  12. #include "AppleSpecific.h"
  13. #include <cstddef>
  14. #include <cfloat>
  15. #include <xmmintrin.h>
  16. //#define _CPU_X86
  17. #define _CPU_AMD64
  18. #define _CPU_SSE
  19. #define PLATFORM_64BIT
  20. typedef uint64_t threadID;
  21. #define VK_CONTROL 0
  22. #endif // CRYINCLUDE_CRYCOMMON_MACSPECIFIC_H