Skip to content
  • chak@cse.unsw.edu.au.'s avatar
    Completed the implementation of VECTORISE SCALAR · 2db562c7
    chak@cse.unsw.edu.au. authored
    - The pragma {-# VECTORISE SCALAR foo #-} marks 'foo' as a
      scalar function for for vectorisation and generates a
      vectorised version by applying 'scalar_map' and friends.
    - The set of scalar functions is not yet emitted into
      interface files.  This will be added in a subsequent
      patch via 'VectInfo'.
    2db562c7