Commit Graph

2 Commits

Author SHA1 Message Date
barton26 364c30d003 Client typos 2021-10-06 14:42:17 -04:00
Bernd Machenschalk 365a1bbc29 client/hostinfo_unix: addapt for Apple Silicon M1 / arm64 CPU #2
- The native arm64 client tries to launch a separate helper program that
  is compiled only for the x86_64 architecture. If successful, this means
  that Rosetta2 is installed and the host can run x86_64 applications, so
  x86_64-apple-darwin is added as an alternative platform. The helper
  program 'detect_rosetta_cpu' gets the feature string for the emulated
  x86_64 CPU (e.g. SSE), and writes it to a file in the BOINC data
  directory. If  this file exists, this file is read in
  hostinfo_unix_mac() and the features of the meulated CPU are
  added to that of the native CPU.
2021-05-31 13:30:10 +02:00