Project

General

Profile

Actions

Bug #957

closed

MacOS on ARM does not have <xmmintrin.h>

Added by Marco Eichelberg almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2020-12-03
Due date:
% Done:

100%

Estimated time:
Module:
config
Operating System:
Compiler:

Description

Currently, the arith.cc test program executed during the configure phase contains the following code:

#ifdef __APPLE__
For controlling floating point exceptions on OS X.
#include <xmmintrin.h>
#endif

MacOS on ARM does not have this header file. This prevents successful compilation of DCMTK on that platform. A proper alternative for enabling/disabling floating point execptions on MacOS on ARM needs to be identified and implemented.

Bug report submitted by Hiroaki Inomata <> on 2020-12-02.

Actions #1

Updated by Marco Eichelberg over 4 years ago

  • Status changed from New to Closed
  • Assignee set to Michael Onken
  • % Done changed from 0 to 100

Closed by commit #5fba853b6.

Actions

Also available in: Atom PDF