Skip to content

deflate should use __builtin_ctzll (64bit) instead of __builtin_ctzl (32bit) #69

deflate should use __builtin_ctzll (64bit) instead of __builtin_ctzl (32bit)

deflate should use __builtin_ctzll (64bit) instead of __builtin_ctzl (32bit) #69

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ gcc.amd64 ]
pull_request:
branches: [ gcc.amd64 ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make clean
run: make clean