graphene:master

Last commit made on 2024-01-23
Get this branch:
git clone -b master https://git.launchpad.net/graphene

Branch merges

Branch information

Name:
master
Repository:
lp:graphene

Recent commits

d03fb3d... by Emmanuele Bassi <email address hidden>

Merge pull request #261 from ebassi/simd-round

Add rounding operators for graphene_simd4f_t

0959b6f... by Emmanuele Bassi <email address hidden>

Add SSE4.1 rounding implementations

SSE4.1 has intrinsics for ceil() and round() operators, so let's use
them.

fafb99a... by Emmanuele Bassi <email address hidden>

Add rounding operators for graphene_simd4f_t

Both ceil() and floor(). Use the naive implementation, for the time
being.

5b31962... by Emmanuele Bassi <email address hidden>

Merge pull request #262 from ebassi/alpine-ci-meson

ci: Use packaged Meson on Alpine

1bf0ddd... by Emmanuele Bassi <email address hidden>

ci: Use packaged Meson on Alpine

6c5f5e9... by Emmanuele Bassi <email address hidden>

ci: Install Meson in the user directory

Avoid installing inside the system.

70cab55... by Emmanuele Bassi <email address hidden>

ci: Add new argument to apk

Breaking the CI is definitely one way to make me care about your
platform, Alpine.

ba99345... by Emmanuele Bassi <email address hidden>

Merge pull request #260 from sidt4/handle-path-with-spaces

build: Handle whitespaces in paths

4e34764... by Sid

build: Handle whitespaces in paths

0cfa05f... by Emmanuele Bassi <email address hidden>

Merge pull request #258 from ebassi/check-cc-can-run

build: Allow host builds when cross-compiling