Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Mike McQuaid
|
28fa8a7c97
|
version: add CPU tests.
Add a new API inspired by discussion in
https://github.com/Homebrew/homebrew-core/pull/36435 to query if a given
CPU option is supported by a version of macOS.
|
2019-01-28 19:31:21 +00:00 |
|
Mike McQuaid
|
b1e60f9c76
|
hardware: no special penryn CFLAGS.
These are the same as `core2` (at least for `gcc`).
Fixes #5502.
|
2019-01-08 19:14:29 +00:00 |
|
Mike McQuaid
|
a2f93fe018
|
hardware: tweak macOS CFLAGS.
- High Sierra and Sierra support Penryn CPUs.
- `-march` implies the relevant `-msse*` flags.
|
2018-12-22 11:41:49 +00:00 |
|
Mike McQuaid
|
04fbdce3bb
|
hardware: use Nehalem flags on >= Sierra.
See https://en.wikipedia.org/wiki/MacOS_Sierra#System_requirements.
|
2018-12-20 20:10:54 +00:00 |
|