Skip to content
Permalink
master
Switch branches/tags

Commits on May 31, 2022

  1. Merge pull request #1807 from odin-lang/simd-dev

    Generic #simd type and intrinsics
    gingerBill committed May 31, 2022

Commits on May 30, 2022

  1. Correct documentation

    gingerBill committed May 30, 2022
  2. Add SSE4.2

    gingerBill committed May 30, 2022
  3. Add SSE4.1

    gingerBill committed May 30, 2022
  4. @(require_target_feature=<string>) @(enable_target_feature=<string>)

    require_target_feature - required by the target micro-architecture
    enable_target_feature - will be enabled for the specified procedure only
    gingerBill committed May 30, 2022
  5. Merge pull request #1815 from hasenj/patch-1

    Missing lib imports for raylib on macOS
    Kelimion committed May 30, 2022
  6. Missing lib imports for raylib on macOS

    The following frameworks are required for linking to work (due to dependency on glfw):
    
        Cocoa, OpenGL, IOKit
    hasenj committed May 30, 2022
Older