GithubHelp home page GithubHelp logo

Comments (7)

hlandau avatar hlandau commented on May 13, 2024

The openbsd build is cross-compiled by travis, it doesn't get tested. I'll make an openbsd VM and test.

from acmetool.

hlandau avatar hlandau commented on May 13, 2024

I'm unable to reproduce this with the v0.0.12 openbsd_i386 build on OpenBSD 5.8 i386.

Maybe this is an issue with instruction set extensions available on your processor? Random guess.

from acmetool.

ligurio avatar ligurio commented on May 13, 2024

Maybe this is an issue with instruction set extensions available on your processor? Random guess.

Probably. My CPU model and flags:
cpu0: Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) 499 MHz
cpu0: FPU,DE,PSE,TSC,MSR,CX8,SEP,PGE,CMOV,CFLUSH,MMX,MMXX,3DNOW2,3DNOW
cpu0 at mainbus0: (uniprocessor)

from acmetool.

hlandau avatar hlandau commented on May 13, 2024

So, try building yourself and see if this happens?

from acmetool.

hlandau avatar hlandau commented on May 13, 2024

This looks to be relevant: https://groups.google.com/forum/?_escaped_fragment_=topic/golang-nuts/NsROxh3Dc6M#!topic/golang-nuts/NsROxh3Dc6M
Probably a lack of SSE2 is the issue. It looks like you can set Go to use the x87 FPU rather than SSE2 by compiling with env GO386=387.

Maybe I should set the 386 builds to have GO386=387, most people will presumably use the amd64 builds so this isn't a big loss. It's not like acmetool is performance sensitive.

from acmetool.

hlandau avatar hlandau commented on May 13, 2024

Releases from v0.0.16 onwards use the x87 FPU for x86 builds.

from acmetool.

ligurio avatar ligurio commented on May 13, 2024

acmetool v0.0.16 builded for OpenBSD i386 platform works for me. Many thanks for help!

from acmetool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.