Skip to content

better portability for ticks calculation#21

Merged
rsp4jack merged 2 commits intoEmbeddedSynth:develfrom
pedrolcl:replace-compute_tick_conv
Feb 14, 2026
Merged

better portability for ticks calculation#21
rsp4jack merged 2 commits intoEmbeddedSynth:develfrom
pedrolcl:replace-compute_tick_conv

Conversation

@pedrolcl
Copy link
Copy Markdown
Collaborator

@pedrolcl pedrolcl commented Feb 13, 2026

Description

  • removed compute_tick_conv.c
  • portable calculation of tickConv without using intrinsics

It should be possible to build for x86 with MSVC

Related Issues

Closes #13

Checklist

  • I have followed the contribution guidelines.
  • My code follows the coding standards.
  • I have tested my changes.

* removed compute_tick_conv.c
* portable calculation of tickConv without using intrinsics
@pedrolcl pedrolcl marked this pull request as ready for review February 13, 2026 22:57
@pedrolcl pedrolcl requested a review from rsp4jack February 13, 2026 22:57
@pedrolcl
Copy link
Copy Markdown
Collaborator Author

The MSVC CI builds do not include zlib, and gtest sources are downloaded and built every time.
It would be nice to use vcpkg. For instance: https://github.com/marketplace/actions/vcpkg-action

@rsp4jack rsp4jack merged commit a6c1b7b into EmbeddedSynth:devel Feb 14, 2026
19 checks passed
@pedrolcl pedrolcl deleted the replace-compute_tick_conv branch February 14, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

building 32 bit x86 with MSVC.

2 participants